home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / MCASM.RAR / MC_ASM.EXE / WROX_ASM / CH12 / EFFECTS / PALEFF.H < prev    next >
C/C++ Source or Header  |  1994-08-09  |  277b  |  13 lines

  1. #ifndef PALEFF_H
  2. #define PALEFF_H
  3. #include "graph.h"
  4.  
  5. typedef unsigned char MixRow[320];
  6. typedef MixRow *MixBuffer;
  7. typedef colortype VGApalette[256];
  8.  
  9. void colorwheel(int first,int count,void *Pal);
  10. void colwheeldemo1(void* v);
  11. void colwheeldemo2(void* v);
  12.  
  13. #endif